Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer namespacing instead of suffix/prefix naming. #74

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Conversation

zoj613
Copy link
Owner

@zoj613 zoj613 commented Sep 16, 2024

This prefers using Namespacing to define function names that can apply to both array and group nodes. So functions like create_array are now Array.create.

@zoj613 zoj613 added metadata relating to metadata storage related to storage refactoring labels Sep 16, 2024
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.13%. Comparing base (dfd8b7e) to head (a99a601).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   98.12%   98.13%   +0.01%     
==========================================
  Files          18       18              
  Lines        1333     1344      +11     
==========================================
+ Hits         1308     1319      +11     
  Misses         25       25              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This prefers using Namespacing to define function names that can apply
to both array and group nodes. So functions like create_array are now
Array.create.
@zoj613 zoj613 merged commit d3cb229 into main Sep 17, 2024
4 checks passed
@zoj613 zoj613 deleted the submodules branch September 17, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
metadata relating to metadata refactoring storage related to storage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant